home *** CD-ROM | disk | FTP | other *** search
/ PC Basics 53 / PC Basics Issue 53.iso / Software / Internet / Invboard.exe / PC Basics 53 / Invboard / upload / lang / en / lang_login.php < prev    next >
Encoding:
PHP Script  |  2002-06-12  |  1.6 KB  |  42 lines

  1. <?php
  2.  
  3. $lang = array (
  4.  
  5.  
  6. login_text => "You must already have registered for an account before you can log in.<br>If you do not have an account, you may register by clicking the 'register' link near the top of the screen",
  7.  
  8. force_login                    =>    "The board administrator requires that all members log in before viewing the board",
  9. wrong_name                    =>    "Sorry, we could not find a member called <#NAME#>, are you sure it's correct?",
  10. please_log_in                    =>    "Please enter your details below to log in",
  11. cookie_no                    =>    "No",
  12.  
  13. options                    =>    "Options",
  14. wrong_pass                    =>    "Sorry, the password was wrong. All passwords are case sensitive",
  15. admin_force_log_in                    =>    "The board administrator requires all members to log in",
  16. log_in_submit                    =>    "Log me in",
  17. anon_name                    =>    "Don't add me to the active users list",
  18. add_name                    =>    "Yes, add my name to the active users list",
  19. errors_found                    =>    "The following errors were found:",
  20. thanks_for_logout                    =>    "You are now logged out",
  21.  
  22. forgot_pass                    =>    "I've forgotten my password!",
  23.  
  24. thanks_for_login                    =>    "you are now logged in as:",
  25.  
  26. log_out                    =>    "Log Out",
  27. enter_name                    =>    "Please enter your name",
  28.  
  29. cookies                    =>    "<b>Remember me?</b><br>If enabled, you will be automatically logged in again when you visit.<br>This is not recommended for shared computers.",
  30.  
  31. enter_pass                    =>    "Please enter your password",
  32. pass_link                    =>    "Click here!",
  33.  
  34. privacy                    =>    "<b>Privacy</b>, do you want to appear on the active users list?",
  35.  
  36.  
  37. cookie_yes                    =>    "Yes",
  38. blank_fields                    =>    "Please enter your name and password before continuing",
  39. log_out_submit                    =>    "Log me out",
  40. log_in                    =>    "Log In",
  41. );
  42. ?>